Do not respawn foreman, if it dies the docker container really should exit as well

Ian Blenke 10 年 前
コミット
4b253007d8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      docker/scripts/init

+ 1 - 1
docker/scripts/init

@@ -166,7 +166,7 @@ priority=10
166 166
 directory=/app
167 167
 process_name=%(program_name)s
168 168
 autostart=false
169
-autorestart=true
169
+autorestart=false
170 170
 stdout_events_enabled=true
171 171
 stderr_events_enabled=true
172 172
 stopsignal=TERM